home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 36 / Amiga Format CD36 (1999-01-22)(Future Publishing)(GB)[!][issue 1999-02].iso / -seriously_amiga- / sound / realaudio / archives / ra2.lha / readme.txt < prev   
Text File  |  1998-10-22  |  2KB  |  46 lines

  1. This is based on a file originally downloaded from
  2.  
  3. http://web.ukonline.co.uk/Members/gc.yuen/RA.lha
  4.  
  5. It was altered according to the instructions given by jh@netcom.com, and
  6. recompiled with GCC.
  7.  
  8. To use it, you'll need
  9.  
  10. 1)  An Amiga (what else would you want?)
  11. 2)  A recent ixemul.library (I use 47.3)
  12. 3)  A sampleplayer capable of handling 16-bit, signed raw data, such as:
  13.    a) Play16
  14.    b) AHI
  15.  
  16. Instructions:
  17.  
  18. 1)  Download a .ra file from your favorite source.  Both 14.4 and 28.8 formats
  19. are now supported, although not *every* file works.  Yet.
  20. 2)  Open a shell window.
  21. 3)  If you're using Play16, type
  22.  
  23.     RA (or RA2 for 28.8) myrafile.ra >tempfile
  24.     Play16 tempfile RAW SIGNED BITS 16 FREQ 8000
  25.  
  26. Or, if you want to use AHI, you can type
  27.  
  28.     RA (or RA2 for 28.8) myrafile.ra >AUDIO:B/16/F/8000/T/SIGNED
  29.  
  30. Voila!  You should now be listening to a RealAudio file on your Amiga!
  31.  
  32. Good luck, and enjoy!
  33.  
  34. Note:  I take no credit whatsoever for this.  I didn't write it, although I wish
  35. that I did.  I just changed a couple of lines, following posted instructions, and
  36. compiled it.
  37.  
  38. Changes:
  39. 1.1   Fixed so that it works with PIPE: for concurrent downloading and playing.
  40.         Thanks Francis!!!
  41.       Changed main()'s return type to int.
  42.       Added an AmigaDOS version string to the beginning.
  43.  
  44. 2.0      Merry Christmas, boys and girls!  We can now listen to 28.8 streams.
  45.         EXTRA special thanks go to David Lindauer (visit his MS-DOS RA page
  46.         at http://www.members.tripod.com/~ladsoft/ra.htm)!